runtime.gobuf.g (field)
9 uses
runtime (current package)
proc.go#L1586: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L2118: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L4531: newg.sched.g = guintptr(unsafe.Pointer(newg))
runtime2.go#L338: g guintptr
stack.go#L969: if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
stack.go#L972: if thisg.m.morebuf.g.ptr() != thisg.m.curg {
stack.go#L973: print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
stack.go#L975: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L1006: thisg.m.morebuf.g = 0
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |